<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*Unicode字体编码*/
/*微软雅黑*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
/*引入常量文件*/
/*页面基本设置*/
* {
  word-wrap: break-word;
}
*::-moz-selection {
  background-color: #1a94e6;
  color: #fff;
}
*::selection {
  background-color: #1a94e6;
  color: #fff;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font: normal normal normal 14px/24px \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color:#333333;
}
img {
  border: none;
}
input,
textarea {
  outline: none;
}

/*美化上下翻页样式*/
.page { text-align:center; margin-top:50px; height:40px;}
.page a{ padding:8px 18px; border:#CCCCCC 1px solid;}
.page :hover{ background:#036822; color:#FFFFFF;}

/*美化编辑器table表格样式*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td{
  padding:4px 8px;
}</pre></body></html>